binlayout: Convert docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Feb 2021 22:51:24 +0000 (17:51 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000 (16:37 +0000)
gtk/gtkbinlayout.c

index 0b8e186c3f052a182f63419f4b198d745282f2cc..a8e1e8cf01db6847d06106217c7e8d8c6f1235ca 100644 (file)
  */
 
 /**
- * SECTION:gtkbinlayout
- * @Title: GtkBinLayout
- * @Short_description: A layout manager for bin-like widgets
- * @Include: gtk/gtk.h
+ * GtkBinLayout:
  *
- * GtkBinLayout is a #GtkLayoutManager subclass useful for create "bins" of
- * widgets. GtkBinLayout will stack each child of a widget on top of each
- * other, using the #GtkWidget:hexpand, #GtkWidget:vexpand, #GtkWidget:halign,
- * and #GtkWidget:valign properties of each child to determine where they
- * should be positioned.
+ * `GtkBinLayout` is a `GtkLayoutManager` subclass useful for create "bins" of
+ * widgets.
+ *
+ * `GtkBinLayout` will stack each child of a widget on top of each other,
+ * using the [property@Gtk.Widget:hexpand], [property@Gtk.Widget:vexpand],
+ * [property@Gtk.Widget:halign], and [property@Gtk.Widget:valign] properties
+ * of each child to determine where they should be positioned.
  */
 
 #include "config.h"
@@ -113,9 +112,9 @@ gtk_bin_layout_init (GtkBinLayout *self)
 /**
  * gtk_bin_layout_new:
  *
- * Creates a new #GtkBinLayout instance.
+ * Creates a new `GtkBinLayout` instance.
  *
- * Returns: the newly created #GtkBinLayout
+ * Returns: the newly created `GtkBinLayout`
  */
 GtkLayoutManager *
 gtk_bin_layout_new (void)